home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / util / libs / chunky_usr.lha / chunky_usr / HISTORY < prev    next >
Text File  |  1999-02-15  |  2KB  |  54 lines

  1.  
  2. [taken from the top of chunky.c]
  3.  
  4.  chunky.c v3.0
  5.  
  6.  Routines to create, render and delete chunky graphics data.
  7.  Based on really buggy code written previously by 
  8.   pernathw@cip.ub.uni-muenchen.de (Wanja Pernath).
  9.  New improved version by Andrew 'Oondy' King.
  10.  Version 2.00+ is (c) 1999 Rosande Limited, all rights reserved.
  11.  Version 3.00+ is now a shared library.
  12.  
  13.  1.0 - inital thing done by Wanja.
  14.  2.0 - loads of bugs fixed by oondy
  15.      - added ChooseHardwareMode()
  16.  2.1 - added DrawChunkyChunky()
  17.      - all chunky stuff now contained in a single object file
  18. 2.11 - added some more safer checks now for boundries
  19. 2.12 - DrawChunkyChunky() 75% faster now.
  20. 2.13 - added DrawChunkyChunkyArea()
  21. 2.14 - fixed minor bug in FreeChunky() (now safe if cp == NULL)
  22. 2.15 - fixed clipping bug in DrawChunkyChunkyArea()
  23. 2.16 - ChooseHardwareMode() failed on gfx boards!
  24.  2.2 - MAJOR UPDATE...  transparent support for Picasso96/AGA (cgfx coming 
  25.        soon)
  26. 2.21 - doh.. removed p96 and used cybergraphics instead
  27. 2.22 - fixed several bugs with cgfx support (InsertChunky() now inserts)
  28.      - tidyed up a few routines by removing duplicate code
  29. 2.23 - added code to read and write chunkyport structs+data to disk
  30.      - changed how chunkyports are allocated and freed
  31. 2.24 - fixed bug in CHK_ReadChunkyPort()
  32.      - added routine to read chunkyport data from a memory location
  33.      - fixed massive bug in CHK_InsertChunky() (rpa8() was being an arse)
  34. 2.25 - added optional colour palette support (256 colours only)
  35. 2.26 - file-based chunkyports are now compressed (uncompressed still 
  36.        supported)
  37. 2.27 - added CHK_DrawChunkyTiled()
  38.  3.0 - NOW A SHARED LIBRARY!
  39.      - removed CHK_Read/WriteChunkyPort() and compression support (no point)
  40.      - removed CHK_SPrintF() (anyone use this?)
  41.      - fully documented now
  42.      - user and developer archives (2nd public release)
  43.  3.1 - recompiled under StormC 3 (as supplied by Blittersoft :)
  44.      - it was reported by a user that this library would fail under
  45.        OS 3.0 (not 3.1) because it uses WriteChunkyPixels().  So, it
  46.        now uses the commented out code (since it was proven to work).
  47.        Should work under 3.0 now :).
  48.      - added CHK_C2POff()
  49.  3.2 - CHK_C2POff() crashed so it's a dummy function now
  50.      - added CHK_DrawChunkyWindow()
  51.      - added CHK_QueryUseOS()
  52. 3.21 - minor bug fix in CHK_DrawChunkyWindow()
  53.      - 3rd public release
  54.